<?php
$CONF
[
'title'
] =
'משהו לשינוי'
;
$GLOBALS
[
'CONF'
][
'title'
] =
'hi'
;
echo
$CONF
[
'title'
];
1